a {
  text-decoration: none
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999
}
.loadingfa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 29px;
  color: #444;
  position: absolute;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  top: 50%
}
.animteeh {
  opacity: .2;
  transition: all ease 1.5s;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  -o-transition: all ease 1.5s;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px)
}
.animteeh.active {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0)
}
.animts {
  opacity: .2;
  transition: all ease 1.5s;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  -o-transition: all ease 1.5s;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px)
}
.active.animts {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0)
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0)
  }
  to {
    -o-transform: rotate(360deg)
  }
}
@keyframes rotate1 {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(-360deg)
  }
}
@-webkit-keyframes rotate1 {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(-360deg)
  }
}
@-moz-keyframes rotate1 {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(-360deg)
  }
}
@-ms-keyframes rotate1 {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(-360deg)
  }
}
@-o-keyframes rotate1 {
  from {
    -o-transform: rotate(0)
  }
  to {
    -o-transform: rotate(-360deg)
  }
}
.xuanzhuan {
  animation: 2s linear 0s normal forwards infinite rotate;
  -webkit-animation: 2s linear 0s normal forwards infinite rotate;
  -moz-animation: 2s linear 0s normal forwards infinite rotate;
  -o-animation: 2s linear 0s normal forwards infinite rotate
}
.xuanzhuan1 {
  animation: 5s linear 0s normal forwards infinite rotate;
  -webkit-animation: 5s linear 0s normal forwards infinite rotate;
  -moz-animation: 5s linear 0s normal forwards infinite rotate;
  -o-animation: 5s linear 0s normal forwards infinite rotate
}
.nizhuan {
  animation: 2s linear 0s normal forwards infinite rotate1;
  -webkit-animation: 2s linear 0s normal forwards infinite rotate1;
  -moz-animation: 2s linear 0s normal forwards infinite rotate1;
  -o-animation: 2s linear 0s normal forwards infinite rotate1
}
.nizhuan1 {
  animation: 3s linear 0s normal forwards infinite rotate1;
  -webkit-animation: 3s linear 0s normal forwards infinite rotate1;
  -moz-animation: 3s linear 0s normal forwards infinite rotate1;
  -o-animation: 3s linear 0s normal forwards infinite rotate1
}
@keyframes Updown {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px)
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
  }
}
.shangxia {
  animation: 1.4s 0s alternate none infinite running Updown
}
.yaohuan {
  animation: 2.4s 0s alternate none infinite running swing
}
.yaohuan1 {
  animation: 9.4s 0s alternate none infinite running swing
}
.flash {
  animation: 2.4s 0s alternate none infinite running flash
}
.wobble {
  animation: 20.4s 0s alternate none infinite running wobble
}
.dtable {
  display: table;
  width: 100%;
  height: 100%
}
.dcell {
  display: table-cell;
  vertical-align: middle
}
.shangxia1 {
  animation: 2.4s 0s alternate none infinite running Updown
}
.shangxia2 {
  animation: 2.9s 0s alternate none infinite running Updown
}
.shangxia3 {
  animation: 3.4s 0s alternate none infinite running Updown
}
.shangxia4 {
  animation: 2.5s 0s alternate none infinite running Updown
}
.shangxia5 {
  animation: 3.3s 0s alternate none infinite running Updown
}
.shangxia6 {
  animation: 2.4s 0s alternate none infinite running Updown
}
.shangxia7 {
  animation: 2.6s 0s alternate none infinite running Updown
}
.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.dc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.as {
  -webkit-box-align: justify;
  -webkit-align-items: space-between;
  -ms-flex-align: justify;
  align-items: space-between
}
.ae {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
.jc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.js {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.je {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.fww {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap
}
.inner {
  width: 1280px;
  margin: 0 auto;
}
.bodybg {
  background: url(../images/bodybg.png) no-repeat center top;
}
.top .inner {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topleft {
  color: #fff;
}
.topleft a {
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
}
.topleft a:hover {
  text-decoration: underline;
}
.topright {
  color: #fff;
}
.topright a {
  font-size: 16px;
  color: #fff;
  padding: 10px;
  line-height: 50px;
}
.topright a:hover {
  text-decoration: underline;
}
.topright .wheelchair {
  padding-left: 50px;
  background: url(../images/wheelchair.png) no-repeat 15px center;
}
.head .inner {
  padding: 50px 30px;
  display: flex;
  justify-content: space-between;
}
.search {
  padding: 0 15px;
  background: #fff;
  border-radius: 200px;
  width: 430px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-right: 20px;
}
.seainpt {
  border: none;
  outline: none;
  font-size: 20px;
  padding-left: 15px;
  flex: 1;
}
.nav {
  height: 98px;
  background: url(../images/navbg.png) no-repeat center top;
}
.navin {
  position: relative;
}
.fuul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fuli {
  width: 20%;
}
.fua {
  font-size: 30px;
  line-height: 68px;
  padding-bottom: 20px;
  text-align: center;
  display: block;
  color: #fff;
}
.fua:hover {
  font-weight: bold;
  background: url(../images/hover.png) no-repeat center bottom;
}
.fua.cur {
  font-weight: bold;
  background: url(../images/hover.png) no-repeat center bottom;
}
.xialanav {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  bottom: -50px;
  display: none;
}
.xialanav li a {
  color: #006fc9;
  font-size: 18px;
  line-height: 56px;
  padding: 0 20px;
}
.xialanav li a:hover {
  text-decoration: underline;
}
.xialanav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fuli:hover .xialanav {
  display: block;
}
.foot {
  padding: 45px 0 75px 0;
  border-top: 10px solid #014983;
}
.foot .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align:center;
}

.ffoocp{
  font-size:18px;
  color:#2e2e2e;
  padding-bottom: 5px;
  color:#2e2e2e;
}
.ffoocp a{
  padding: 0px 10px;
  color:#2e2e2e;

}
.zichi{
  color:#717171;
  border:1px solid #717171;
  padding: 5px 10px;
  border-radius: 18px;
  margin-left: 10px;
}
.ffoocp a:hover{
  text-decoration: underline;
}
.erweima {
  padding: 10px;
  background: #dedede;
}
.erweima img{
  width: 100px;
}
.saomelei {
  text-align: center;
  color: #2e2e2e;
  font-size: 14px;
  /*line-height: 60px;*/
}
.zhuabn {
  font-size: 18px;
  line-height: 36px;
  color: #2e2e2e;
}
.footimg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.indexbg {
  /* background: url(../images/indexbg.png) no-repeat center bottom; */
}
.indexlogo {
  text-align: center;
  padding-bottom: 20px;
}
.indexsearch {
  width: 730px;
  margin: 0 auto;
  box-shadow: 0px 10px 10px #b3bcc3;
}
.indexsearch input {
  font-size: 30px;
}
.hotsea {
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  padding: 10px 0;
  color: #262626;
}
.hotsea a {
  color: #262626;
  padding-right: 20px;
}
.hotsea a:hover {
  color: #015eaa;
}
.indexnva {
  background: #a7d8ff url(../images/indexnav.png) no-repeat center top;
}
.cont {
  padding-top: 30px;
}
.hottil {
  height: auto;
}
.hothead {
  text-align: center;
}
.hothead a {
  font-size: 30px;
  line-height: 40px;
  font-weight:600;
  display: block;
  padding: 0 30px;
  text-align: center;
  color: #353535;
  /*white-space:nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.hothead p {
  color: #828282;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 60px;
}
.hotkuai {
  display: flex;
  justify-content: space-between;
}
.hotdian {
  width: 416px;
  height: 9px;
  background: #99ceff;
}
.hotdian.cur {
  background: #006fc9;
}
.news {
  padding-top: 10px;
}
.banner {
  width: 572px;
  height: 375px;
  position: relative;
}
.news {
  display: flex;
  justify-content: space-between;
}
.swiper-container-horizontal .bandian.swiper-pagination-bullets {
  position: absolute;
  bottom: 17px;
  right: 16px;
  left: auto;
  z-index: 30;
  width: auto;
}
.swiper-container-horizontal .bandian.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
}
.bannertu {
  position: relative;
}
.bannertu li {
  height: 375px;
}
.bannertu li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banzhe {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  text-indent: 1em;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
}
.bandian span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  margin-left: 12px;
  cursor: pointer;
  background: #a19aa1;
}
.bandian span.cur {
  background: #fff;
}
.yaowen {
  width: 670px;
}
.yaowentil {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.yaowentil a {
  display: block;
  font-size: 26px;
  color: #909090;
  text-align: center;
  line-height: 40px;
}
.yaowentil a.cur {
  color: #353535;
  font-weight: bold;
  background: url(../images/tilbg.png) no-repeat center 30px;
}
.yaowenlist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  background: url(../images/yaowenlistdian.png) no-repeat 5px center;
  font-size: 18px;
  line-height: 55px;
}
.yaowenlist li>a{
  flex: 1;
  padding-right: 20px;
}
.yaowenlist li span {
  color: #909090;
}
.yaowenlist ul {
  display: none;
}
.yaowenlist ul:first-child {
  display: block;
}
.yaowenlist li a {
  color: #282727;
  flex: 1;
  max-width: calc(100% - 115px);
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yaowenlist li a:hover {
  text-decoration: underline;
}
.zhuantitl {
  padding-top: 30px;
  border-bottom: 1px solid #a7d8ff;
  display: flex;
  justify-content: space-between;
}
.zhuantitl span {
  font-size: 26px;
  color: #353535;
  line-height: 34px;
  font-weight: bold;
  background: url(../images/zhuntlbg.png) no-repeat center 30px;
}
.zhuantitl a {
  color: #909090;
  font-size: 16px;
  /*padding: 8px 0px 50px 0px;*/
  background: #fff;
  position: relative;
  top: 8px;
}
.lunbo {
  padding: 20px 0 0;

}
.lunboswiper{
  height: 200px;
}
.gonggao {
  display: flex;
  justify-content: space-between;
}
.yaowen2 {
  width: 630px;
}
.iclist {
  width: 590px;
}
.iclist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iclist li {
  width: 175px;
  padding-bottom: 40px;
  padding-top: 5px;
}
.iclist li img{
  height: 68px;
  display: block;
  margin: 0 auto;
}
.iclist li a {
  display: block;
  text-align: center;
  color: #232323;
  height: 156px;
  border-bottom: 8px solid #eaeaea;
}
.iclist li a p {
  line-height: 80px;
  font-size: 18px;
}
.iclist li a:hover {
  border-bottom: 8px solid #a7d8ff;
}
.zhinan {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.zhinnaleft {
  width: 639px;
}
.zhinnatl {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 80px;
  height: 81px;
  text-align: center;
  background: url(../images/zhinanbg.png) no-repeat center top;
}
.zhisea {
  height: 60px;
  background: #f2f2f2;
  margin: 3px 0;
  padding: 0 15px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zhisea input {
  border: none;
  font-size: 22px;
  outline: none;
  background: none;
}
.zhilist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zhisame {
  display: block;
  width: 260px;
  height: 144px;
  box-sizing: border-box;
  margin-bottom: 8px;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zhizhidu {
  padding-left: 20px;
  font-size: 30px;
  line-height: 40px;
  color: #232323;
}
.zhisame1 {
  padding-left: 55px;
}
.zhizhidu2 {
  width: 180px;
}
.zhiwei {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.zhinanright {
  width: 565px;
  padding-right: 10px;
}
.zhengjitl {
  font-size: 30px;
  color: #343434;
  font-weight: bold;
  line-height: 40px;
}
.zhengjixi {
  font-size: 18px;
  line-height: 30px;
  color: #8c8b8b;
  padding: 20px 0;
}
.zhenglist {
  padding-top: 20px;
  padding-bottom: 10px;
}
.zhenglist li {
  font-size: 18px;
  line-height: 48px;
  /* font-weight: bold; */
  display: flex;
}
.zhenglist a {
  color: #393939;
  padding-left: 6px;
  flex: 1;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhenglist a:hover {
  text-decoration: underline;
}
.zhenglist span {
  color: #006fc9;
}
.zhenglist .zhengover {
  color: #959595;
}
.mail {
  display: flex;
  padding-bottom: 5px;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}
.mailzheng a {
  display: block;
  color: #006fc9;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 228px;
  line-height: 68px;
  background: #f2f2f2;
  border-radius: 50px;
  margin: 25px 0;
}
.biantl {
  color: #353535;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
.bianlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bianlist li {
  width: 33.3%;
  padding-top: 20px;
}
.bianlist li a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #353535;
}
.bianlist li a em {
  padding-left: 10px;
  font-size: 16px;
  width: 117px;
}
.bianlist li a:hover {
  text-decoration: underline;
}
.shuju {
  padding: 70px 0;
}
.shutil {
  text-align: center;
  color: #353535;
  font-size: 30px;
  line-height: 60px;
  background: url(../images/shutlbg.png) no-repeat center;
}
.shunum {
  border-bottom: 2px solid #dddddd;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shusame {
  padding: 0 52px;
}
.shutou {
  color: #353535;
  font-size: 30px;
  line-height: 46px;
}
.shujuzi {
  color: #006fc9;
  font-size: 36px;
  text-align: center;
  line-height: 90px;
}
.shujuzi em {
  font-size: 60px;
  font-weight: bold;
}
.mianbao {
  padding-left: 100px;
  font-size: 18px;
  margin-top: 50px;
  color: #201f20;
  line-height: 50px;
  background: url(../images/gps.png) no-repeat 55px center;
}
.mianbao a {
  color: #201f20;
}
.mianbao a:hover {
  text-decoration: underline;
}
.mianbao a:last-child em{
  display:none;
}
.lingdaofen {
  width: 1038px;
  margin: 0 auto;
}
.lingdaoshang {
  padding-top: 60px;
}
.lingimg {
  padding: 19px;
  width: 295px;
  height: 381px;
  margin: 0 auto;
  margin-bottom: 10px;
  /* background: url(../images/lingdabg.png) no-repeat right bottom;*/
}
.lingimg img {
  width: 295px;
  height: 381px;
}
.lingname {
  text-align: center;
  color: #232323;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  line-height: 60px;
}
.lingzhi {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #232323;
}
.lingdaolist {
  padding-top: 70px;
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.lingdaolist li {
  width: 33.33%;
  padding-bottom: 60px;
}
.lingimg2 {
  width: 212px;
  margin: 0 auto;
  height: 274px;
  padding: 13px;
  /* background: url(../images/lingbg.png) no-repeat right bottom;*/
}
.lingimg2 img{
 width: 100%;
 height: inherit;
}
.lingimgwu {
  background: none;
}
.work {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 2px solid #cbcbcb;
  padding-top: 50px;
  border-top: 2px solid #cbcbcb;
}
.wktl {
  padding-left: 60px;
  color: #232323;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
}
.wktl1 {
  background: url(../images/jianli.png) no-repeat left center;
}
.wktl2 {
  background: url(../images/fengong.png) no-repeat left center;
}
.wknei {
  font-size: 24px;
  color: #232323;
  line-height: 48px;
  padding-top: 20px;
  padding-left: 60px;
  padding-bottom: 50px;
}
.xiangguan {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 70px;
}
.xiangguan .wktl {
  padding-left: 40px;
}
.wangnavbg {
  background: url(../images/wangnavbg.png) no-repeat center top;
  position:relative;
}
.wangnavbg .inner{
  position:relative;
  z-index: 20;
}
.navwbsg{

  height: 70px;
  background:#7ec5ff;
}
.lyhead {
  padding: 80px 30px 25px 30px;
  overflow: hidden;
}
.lysea {
  width: 70px;
  height: 70px;
  background: #ededed;
  float: right;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faliu {
  padding: 0 10px;
  float: right;
  width: 220px;
  height: 70px;
  background: #4aaeff;
  border-radius: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
}
.faliu a {
  display: block;
  width: 160px;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.liuyan {
  width: 1140px;
  margin: 0 auto;
}
.liuyansame {
  display: flex;
  justify-content: space-between;
}
.lytime {
  padding-top: 10px;
  width: 100px;
  padding-right: 30px;
  text-align: right;
  font-size: 34px;
  color: #7f7f7f;
  font-weight: bold;
  line-height: 36px;
}
.lytime em {
  font-size: 24px;
  color: #c5c5c5;
}
.lyneirong {
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 40px;
  border-left: 1px solid #7e7e7e;
  width: 960px;
  color: #2e2e2e;
}
.lybrtl {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  padding-left: 45px;
}
.lycont {
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 30px;
  padding-left: 45px;
}
.lybrtl1 {
  background: url(../images/huifutl.png) no-repeat left center;
}
.lybrtl2 {
  background: url(../images/huifunr.png) no-repeat left center;
}
.lybrtl3 {
  background: url(../images/huifuhf.png) no-repeat left center;
}
.fenye {
  padding-left: 130px;
  width: 1000px;
  padding-top: 40px;
  padding-bottom: 80px;
  margin: 0 auto;
}
.fenye .lycont {
  text-align: center;
}
.fenyein {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
.fenyein a {
  padding: 0 13px;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #ebebeb;
  color: #1e1e1e;
}
.fenyein a.cur {
  color: #fff;
  background: #d53122;
  border: 1px solid #d53122;
}
.inner2 {
  width: 1140px;
  margin: 0 auto;
}
.xinfen .yaowenlist {
  padding-top: 20px;
}
.newchild {
  padding: 30px 0;
}
.newchiltl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 27px;
  background: url(../images/yaowenlistdian.png) no-repeat left center;
}
.newchiltl a {
  color: #282727;
  font-size: 18px;
  line-height: 40px;
  flex: 1;
  padding-right: 30px;
}
.newchiltl span {
  font-size: 18px;
  color: #909090;
  line-height: 40px;
}
.newchiltl span.highlight{
  color:red;
}
.newchild li p {
  line-height: 30px;
  color: #959595;
  padding-left: 27px;
  padding-top: 6px;
  padding-bottom: 30px;
}
.vnews li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 27px;
  background: url(../images/yaowenlistdian.png) no-repeat left center;
}
.vnews li a{
  color: #282727;
  font-size: 18px;
  line-height: 40px;
  flex: 1;
  padding-right: 30px;
}.vnews li span{
  font-size: 18px;
  color: #909090;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 58px;
  text-align: center;
  padding-bottom: 18px;
  padding-top: 20px;
}
.yaowencont {
  width: 1200px;
  margin: 0 auto;
  color: #000000;
  border-bottom: 2px solid #e1e1e1;
}
.yaowencont a{
  color:#000;
}
.yaowencont a:hover{
  text-decoration: underline;
}
.yaowencont h2 {
  font-size: 30px;
  line-height: 58px;
  text-align: center;
  padding-bottom: 18px;
  padding-top: 20px;
  font-family: 小标宋, xiaobiaosong;
}
.yaowencont h3 {
 font-size: 21px ;
 line-height: 38px ;
 font-family: 黑体;
}
.yaowenconttime {
  font-family:"fangsong";
  font-size: 18px;
  text-align: center;
  /*padding: 20px 0;*/
  /*color: #cbcbcb;*/
}
.newsban {
  text-align: center;
}
.newswen {
  font-size: 18px;
  line-height: 30px;
  padding: 30px 0;
}
.newswen *{
  max-width: 100%;
}
.newswen table.wtable{
  width: 100%;
}
.newswen table.wtable td{
  border:1px solid #ccc;
}
.newswen p {
 font-size: 21px ;
 line-height: 38px ;
 font-family: 仿宋, fangsong;
}
.newswen span {
 font-size: 21px ;
 line-height: 38px ;
 font-family: 仿宋, fangsong;
}
.newswen h3 {
 font-size: 21px ;
 line-height: 38px ;
 font-family: 黑体;
}
.mailcontbg {
  background: url(../images/maicontbg.png) no-repeat center top;
}
.zhengban {
  padding-top: 70px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;

}
.zhengshu {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zhengshunum {
  width: 600px;
}
.zhengshunum .shunum {
  padding: 0;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zhengshunum .shusame {
  padding: 0;
  padding: 20px 0;
  text-align: center;
  width: 49%;
}
.zhengyijian {
  display: flex;
  justify-content: space-between;
}
.zhengyilist {
  width: 770px;
  padding-right: 40px;
}
.zhenglist li {
  overflow: hidden;
}
.zhenglist li em {
  font-size: 18px;
  color: #909090;
  float: right;
}
.zhengwei a {
  display: block;
  padding-top: 60px;
}.zhengwei >div {
  display: block;
  padding-top: 40px;
  position:relative;
}
.zhengwei >div a{
  display:none;
}
.zhengwei >div.cur a{
  display: block;
}
.jigou {
  padding-top: 30px;
  padding-bottom: 60px;
}
.jigoutil {
  font-size: 30px;
  font-weight: bold;
  line-height: 90px;
  color: #201f20;
  padding-left: 50px;
  background: url(../images/house.png) no-repeat left center;
}
.jigoulist {
  margin-left: 20px;
  border-left: 1px solid #cbcbcb;
}
.jigoulist li {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.bangongshi {
  font-size: 24px;
  line-height: 60px;
  color: #201f20;
}
.jigoulist li .bgsdian {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #cbcbcb;
  border-radius: 20px;
  background: #fff;
  left: -6px;
  top: 25px;
}
.bangongshizhize {
  font-size: 14px;
  line-height: 36px;
  color: 201f20;
  width: 1000px;
  padding: 20px;
  background: #efefef;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: none;
}
/*.jigoulist li:hover .bangongshizhize {
  display: block;
}*/
.jigoulist li:hover .bgsdian {
  background: #cbcbcb;
}
.zhengwugkbg {
  background: url(../images/zhengwugkbg.png) no-repeat center top;
}
.zhengwuhead {
  height: 74px;
  background: #0d5ca5;
}
.zwtopleft {
  color: #fff;
  line-height: 74px;
}
.zwtopleft a {
  color: #fff;
  line-height: 74px;
  font-size: 16px;
  padding: 0 10px;
}
.zwtopleft a:hover {
  text-decoration: underline;
}
.zhengwuhead .inner2 {
  display: flex;
  justify-content: space-between;
}
.zwfua {
  font-size: 14px;
  display: block;
  line-height: 74px;
  color: #fff;
}
.zwfua:hover {
  text-decoration: underline;
}
.zwfuul {
  display: flex;
  justify-content: space-between;
  width: 380px;
  position: relative;
}
.zwfuli {
  padding: 0 5px;
}
.zwxialanav {
  position: absolute;
  bottom: -30px;
  left: 0px;
  display: none;
  width: 100%;
}
.zwxialanav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zwxialanav a {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  padding: 0 10px;
}
.zwfuli:hover .zwxialanav {
  display: block;
}
.zwlogo {
  padding-top: 70px;
  padding-left: 20px;
  padding-bottom: 40px;
}
.zwban {
  text-align: center;
  padding-bottom: 130px;
}
.zwsearch {
  border-radius: 15px;
  width: 470px;
  margin: 0 auto;
  height: 50px;
}
.zwcont {
  width: 1030px;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}
.zwright {
  width: 700px;
  padding: 10px 35px;
  background: #fff;
}
.zwleft {
  width: 240px;
}
.zwritil {
  font-size: 32px;
  color: #2d66a5;
  text-align: center;
  padding-bottom: 15px;
  line-height: 60px;
}
.zwrightnei {
  color: #242424;
}
.zwrightnei p {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
}
.erjibiao {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 20px 0;
}
.sanjibiao {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  padding: 20px 0;
}
.zwshu {
  padding-bottom: 16px;
  position: relative;
}
.ceda {
  display: block;
  position: relative;
  width: 238px;
  height: 68px;
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #2d66a5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zwicimg {
  width: 40px;
}
.zwiccur {
  display: none;
}
.zwdao {
  font-size: 20px;
  line-height: 26px;
  width: 100px;
  padding-left: 25px;
}
/*.ceda:hover{
  background:#2d66a5;
  border:1px solid #2d66a5;
  color:#fff;
}
.ceda:hover .zwic{display:none;}
.ceda:hover .zwiccur{display:block;}*/

.cur .ceda {
  background: #2d66a5;
  border: 1px solid #2d66a5;
  color: #fff;
}
.cur .ceda .zwic {
  display: none;
}
.cur .ceda .zwiccur {
  display: block;
}
.zwzhankai {
  position: absolute;
  width: 20px;
  height: 68px;
  top: 0;
  right: 20px;
  z-index: 2;
  background: url(../images/zwzhankai.png) no-repeat center;
}
.erjicela {
  display: none;
  padding: 10px 0;
  padding-left: 78px;
}
.erjicela li a {
  font-size: 16px;
  line-height: 36px;
  color: #252525;
  padding-left: 20px;
  background: url(../images/erjiceladian.png) no-repeat left center;
}
.erjicela li a:hover {
  text-decoration: underline;
}
.erjicela.cur {
  display: block;
}
.zwzhankaicur {
  background: url(../images/shouqi.png) no-repeat center;
}
/*2*/

.zhengban a.cur .cur {
  display: block;
}
.zhengban a .cur {
  display: none;
}
.zhengban a.cur .cur {
  display: block;
}
.zhengban a.cur img {
  display: none;
}
.zhengban a.cur .cur {
  display: block;
}

.zhengban{
  position:relative;
}
.zhengban>div{
  position:relative;
}
.zhengban div.cur .cur {
  display: block;
}
.zhengban >div .cur {
  display: none;
}
.zhengban >div.cur .cur {
  display: block;
}
.zhengban >div.cur img {
  display: none;
}
.zhengban >div.cur .cur {
  display: block;
}
.sounews {
  padding-left: 45px;
  padding-top: 20px;
}
.red {
  color: #ff0000;
}
.sounews ul {
  padding: 40px 0;
  border-bottom: 1px solid #a7d8ff;
}
.sounews li {
  font-size: 24px;
  line-height: 48px;
  color: #201f20;
}
.sounews li:first-child {
  font-weight: bold;
}
.sounews li span {
  padding: 0 10px;
  cursor: pointer;
}
.sounews li span.cur {
  color: red;
}
.sounews li a{
  color:#555;
}
.sounews li a.active{
  color:red;
}
.zhengchild {
  padding-top: 30px;
}
.zhengfenlist li {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.zhengnei {
  width: 940px;
}
.zhengshi {
  font-size: 16px;
  color: #909090;
}
.zhengnei a {
  font-size: 18px;
  color: #282727;
  line-height: 30px;
  font-weight: bold;
  display: block;
}
.zhengnei p {
  font-size: 14px;
  line-height: 30px;
  color: #959595;
}
.zhengfen {
  width: 66px;
  text-align: center;
  color: #ff9b25;
  font-size: 16px;
  padding-top: 50px;
  background: url(../images/zhengfen1.png) no-repeat center top;
}
.zhengfen2 {
  color: #828282;
  background: url(../images/zhengfen2.png) no-repeat center top;
}
.wukaicont {
  width: 1100px;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 60px;
  background: #f2f2f2;
  padding-top: 80px;
}
.wusea {
  background: url(../images/wusea.png) no-repeat center;
}
.zurilist {
  padding: 40px 0;
}
.zurlisttil {
  border-bottom: 2px solid #dddddd;
}
.zurlisttil span {
  display: block;
  padding: 0px 10px;
  height: 35px;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  background: #2d66a5;
  text-align: center;
  display: inline-block;
}
.zurilistul {
  padding: 15px 0;
}
.zurilistul li {
  font-size: 16px;
  line-height: 60px;
  color: #aeaeae;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zurilistul li a {
  color: #1f1f1f;
  flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}
.wumore {
  display: block;
  width: 100px;
  height: 30px;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  background: #dddddd;
}
.zwright2 {
  padding: 15px 10px;
  width: 750px;
}
.wumu {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.wumu a {
  display: block;
  width: 370px;
  height: 46px;
  background: #f1f1f1;
  text-align: center;
  line-height: 46px;
  color: #7c7c7c;
  font-size: 18px;
}
.wubiao {
  width: 100%;
  padding: 30px 0;
}
.wubiao td {
  font-size: 18px;
  color: #7c7c7c;
  height: 86px;
}
.wubiao td:first-child {
  text-align: center;
}
.wubiao td:nth-child(1) {
  width: 80px;
}
.wubiao td:nth-child(2) {
  width: 480px;
}
.wubiao td:nth-child(3) {
  width: 160px;
}
.wudown {
  display: block;
  width: 98px;
  height: 30px;
  font-size: 16px;
  color: #292929;
  line-height: 30px;
  text-align: center;
  margin: 4px auto;
  color: #292929;
  background: #dcdcdc;
}
.wubiao tr:first-child td {
  height: 56px;
  font-size: 24px;
  text-align: center;
}
.biaohao {
  font-size: 14px;
  color: #335bb9;
}
.filetil{
  padding-top: 8px;
  padding-bottom: 8px;
}
.filetil a {
  font-size: 16px;
  color: #292929;
}
.jiedu {
  font-size: 16px;
  color: #cba36e;
  cursor: pointer;
}
.jiedu a{
  font-size: 16px;
  color: #cba36e;
  cursor: pointer;
}
.wubiao tr:nth-child(even) {
  background: #f1f1f1;
}
/*2*/

/*2*/

.lunboswiper img {
  display: block;
  width: 100%;
}
.lunbo .lunboswiper {
  padding-bottom: 30px;
}
.toutiaoswiper .swiper-pagination.aaablue .swiper-pagination-bullet {
  flex: 1;
  height: 4px;
  background: #99ceff;
  border-radius: 0;
  opacity: 1;
  margin: 0px 10px;
}
.toutiaoswiper .swiper-pagination.aaablue{
  display: flex;
}
.toutiaoswiper .swiper-pagination.aaablue .swiper-pagination-bullet-active {
  background: #006fc9;
}


.pager .pagination {
  margin: 0;
}
.pager .pager {
  margin: 0;
}
.pager li {
  margin: 0 .4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: .5em .93em;
  font-size: 14px;
}
.list-partner li {
  display: inline-block;
  margin: 0 12px 12px 0;
  padding: 10px 15px;
  width: 140px;
  text-align: center;
  border: 1px solid #efefef;
}
.list-partner li:hover {
  border: 1px solid #363f48;
}
.list-partner li img {
  height: 30px;
}


.metas-title{
  max-width: 1000px;
  margin: 0 auto;
}
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #d53122;
    border-color: #d53122;
    cursor: default;
}

.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}


.content_item_right_desc{text-align:center;font-size:20px;color:#0071ce;margin-bottom:30px;padding-top: 20px;}
.cir_table{width:100%;margin:0 auto 20px auto;}
.cir_table_th{border:1px solid #ddd;border-right:none;width:177.5px;height:40px;text-align:center;font-weight:bold;background-color:#e5f1fa; font-weight:normal; font-size:16px;color:#333333;}
.cir_table_th:last-child{border-right:1px solid #ddd;color:#333333;}
.cir_table_td{border:1px solid #ddd;border-top:none;border-right:none;width:177.5px;text-align:center;height:40px;}
.cir_table_td:last-child{border-right:1px solid #ddd;}
.cir_table_td_qhdm{border:1px solid #ddd;border-top:none;border-right:none;width:177.5px;height:40px;}
.cir_table_td_qhdm:last-child{border-right:1px solid #ddd;}

.bangongshizhize table{
  width: 100%;
}
.bangongshizhize table td:first-child{
  min-width: 100px;
}
.bangongshizhize table td{
  border:1px solid #ccc;

  padding: 0px 10px;
}

.topnavbg{

background:  url(../images/indexbg.png) no-repeat center bottom;
}

.repeat-xbg{
  background: url(../images/repeat-xbg.jpg)  repeat-x center top;
}

.dexrepet{
  background: url(../images/dexrepet.png)  repeat-x center bottom;
}


.zhengbg1{
  background: url(../images/zhengwubg1.jpg)  repeat-x center top;
}.navwa-x{
/*  background: url(../images/navvg-x.jpg)  repeat-x center top;*/
position:relative;
}.newsrepeat{
  background: url(../images/newsrepeat.jpg)  repeat-x center top;
}

.navwa-x1{
  position:absolute;
  left: 0px;
  width: calc((100vw - 1280px) / 2 - 300px);
  background: url(../images/navvg-x.png)  repeat-x center top;
  height: 100%;
}
.navwa-x2{
  position:absolute;
  right: 0px;
  width: calc((100vw - 1280px) / 2 - 300px);
  background: url(../images/navvg-x.png)  repeat-x center top;
  height: 100%;
}

.aaa1{
  position:absolute;
  right: 176px;
  height: 100%;
  width: 152px;
  top: 0px;
}
.aaa2{
  position:absolute;
  right: 0px;
  height: 100%;
  width: 152px;
  top: 0px;
}

.itielitm{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tiemmv1{
  display: flex;
  width: calc(50% - 20px);
  margin: 10px 0;
}
.tiemmv1a{
  background-color: #2c6fc3;
  width: 100px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.tiemmv1b{
  flex: 1;
  background-color: #ecf0f8;
  flex: 1;
  line-height: 40px;
  float: left;
  padding-left: 20px;
}


.zhengltm1{
  font-size: 30px;
  font-weight:bold;
  padding-top: 25px;
  padding-bottom: 15px;
}

.zhengltm2 li a{
   display: block;
  font-size:18px;
  color:#333;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 47px;
  width: 100%;
}
.zhengltm2 li a span{
  color:#ff4848;
  padding-right: 5px;
}


.minzthdz{
  font-size:30px;
  font-weight:bold;
}
.miusntx2{
  display: flex;
  padding-top: 30px;
}
.msinitm{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.vge{
  height: 61px;
  border-right:1px solid #ddd;
  position:relative;
  top: 10px
}



.msinitm1{
  font-size:60px;
  font-weight:bold;
  line-height: 70px;
  color:#006fc9;
}

.msinitm1 em{
  font-size:36px;

  font-weight: 400;
}

.msinitm2{
  color:#919191;
  font-size:24px;
}
.minzthdz{
  padding-top: 30px;
}

.vbianmbs{
  padding-top: 2px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.bianming{
  width: 645px;
}

.shangws{
  display: flex;
}
.saoma{
  padding: 50px 30px 20px 30px;
}
.agex{
  border-top:1px solid #ddd;
  margin-top: 5px;
}

.yiqiancontnes{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  max-width: 750px;
  margin: 30px auto;
  border-bottom:1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 0px 40px;

}
.yiqiancontnes span{
  cursor: pointer;
  flex: 1;
  text-align:center;
  font-size:24px;
  background:#fff;
  color:#717171;
}
.yiqiancontnes span.cur{
  position:relative;
  bottom: -1px;
  border:1px solid #e1e1e1;
  border-bottom: none;
}
.yjcontnqie{

}
.yjcontnqie .newswen{
  display:none;
}
.yjcontnqie .newswen:nth-child(1){
  display: block;
}

.yaowenlist li span{
  /* display:none; */
}

.yaowenlist ul li:nth-child(n+7){
  display:none;
}


.newchiltl span{
  /* display:none; */
}


.specialhead{
  height: 74px;

}
.specialhead .inner2 {
  display: flex;
  justify-content: space-between;
}



.sptop{
  height: 447px;
}

.sptitles{
  height: 80px;
  line-height: 80px;
  color:#353535;
  padding-left: 40px;
  font-size:24px;
}
.specialfoot {
  padding: 45px 0 75px 0;
}
.specialfoot .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align:center;
}

.sptop_2024lianghui{
  height: 1250px;
}
.sptitles_2024lianghui{
  height: 190px;
  line-height: 80px;
  color:#353535;
  padding-left: 40px;
  font-size:24px;
}

.sptop_minzhenganquanguanli{
  height: 980px;
}
.sptitles_minzhenganquanguanli{
  height: 70px;
  line-height: 80px;
  color:#353535;
  padding-left: 40px;
  font-size:24px;
}

.yjcontnqie .newswen .newswen{
  display: block;
}

.shengtlx{
  font-size:30px;
  font-weight:bold;
  padding-bottom: 50px;
}
.banjevwa{
  flex-wrap: wrap;
  display: flex;
}
.banjev{
  width: calc(50% - 3px);
  margin-bottom: 50px;
  box-sizing: border-box;
text-align: center;

  border-left:1px solid #eee;
}
.banjev:nth-child(1){
  border: none;
}.banjev:nth-child(2){
   padding-left: 120px;
}.banjev:nth-child(4){

}.banjev:nth-child(5){
}

.banjev:nth-child(3){
  border: none;
}
.banjev.a{
  width: calc(33.33% - 5px);
text-align: center;
}
.banjev1{
  font-size:30px;
}
.banjev2{
  font-size:60px;
  font-weight:bold;
  color:#006fc9;
  line-height:120px;
}
.banjev2 em{
  font-size:40px;
  color:#dfdede;
}
.banjev.a .banjev2{
  font-weight: 400;
}